Global Index
HTML5 JS API Index > Web Workers Tutorials & Specs

SharedWorkerGlobalScope

Extends WorkerGlobalScope.

Properties
ApplicationCacheapplicationCache
DOMString
name
The name attribute must return the value it was assigned when the SharedWorkerGlobalScope object was created by the "run a worker" algorithm. Its value represents the name that can be used to obtain a reference to the worker using the SharedWorker constructor.
EventHandleronconnect